home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 109
/
Vol 109.iso
/
games
/
fried_ic.swf
/
scripts
/
DefineSprite_304
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2008-11-12
|
279 b
|
15 lines
var tCnt = 0;
tunner.onPress = function()
{
_parent.ins13._visible = false;
tunner._rotation += 30;
if(tCnt == 2)
{
delete tunner.onPress;
_parent.oil.nextFrame();
_parent.ins14._visible = true;
OpenDoorIce();
}
tCnt++;
};